projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6d7851
)
Whitespace fixes for recently-added code.
author
Paul Eggert
<eggert@cs.ucla.edu>
Fri, 3 Jan 2014 06:42:23 +0000
(22:42 -0800)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Fri, 3 Jan 2014 06:42:23 +0000
(22:42 -0800)
src/alloc.c
patch
|
blob
|
history
diff --git
a/src/alloc.c
b/src/alloc.c
index 868ea495475c2e7f3d5622d3ebd26bfe21b78898..7f0a74ca834a88c2492967bb2af0da7d392864ae 100644
(file)
--- a/
src/alloc.c
+++ b/
src/alloc.c
@@
-3214,8
+3214,9
@@
usage: (vector &rest OBJECTS) */)
void
make_byte_code (struct Lisp_Vector *v)
{
- /* Don't allow the global zero_vector to become a byte code object. */
- eassert(0 < v->header.size);
+ /* Don't allow the global zero_vector to become a byte code object. */
+ eassert (0 < v->header.size);
+
if (v->header.size > 1 && STRINGP (v->contents[1])
&& STRING_MULTIBYTE (v->contents[1]))
/* BYTECODE-STRING must have been produced by Emacs 20.2 or the